formSensitive
Type
property
Summary
Controls how text with minor differences is treated in comparison operations.
Syntax
set the formSensitive to {true | false}
Description
Use the formSensitive property to control how text with minor differences is treated in comparison operations.
Normalization is a process defined by the Unicode standard for removing minor encoding differences for a small set of characters and is more fully described in the normalizeText function.
Examples
set the formSensitive to true
set the formSensitive to true
put "e" & numToCodepoint("0x301") into tExample -- Acute accent
put tExample is "é" -- Returns false
put normalizeText(tExample, "NFC") is "é" -- Returns true
Related
function: normalizeText
glossary: property
property: caseSensitive
Compatibility and Support
Introduced
LiveCode 7.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile